home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / M / MacOberon 4.0.sit / MacOberon 4.0 / MacOberon™ 4.0 Folder / Draw.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1993-10-25  |  1014 b   |  27 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. LineElems
  5. Alloc
  6. Syntax10i.Scn.Fnt
  7. Draw.Open ^
  8. Draw.Print QuickDraw *    Draw.Print QuickDraw ~
  9. Draw.Store 
  10. Rectangles.Make    Rectangles.SetShade 1
  11. Curves.MakeLine    Curves.MakeCircle    Curves.MakeEllipse
  12. Splines.MakeOpen    Splines.MakeClosed
  13. System.SetFont Syntax10.Scn.Fnt
  14. System.SetFont Syntax8.Scn.Fnt
  15. System.SetFont Elektra.Scn.Fnt
  16. System.SetColor ^ $123456789ABCDEF
  17. Draw.SetWidth 2
  18. Draw.ChangeFont Syntax8.Scn.Fnt
  19. Draw.ChangeFont Elektra.Scn.Fnt
  20. Draw.ChangeWidth 2
  21. Draw.ChangeColor ^$123456789ABCDEF
  22. Draw.ChangeBackgroundColor    Draw.ToggleTicks
  23. Draw.Macro TTL0 N00
  24. Draw.OpenMacro    Draw.MakeMacro 
  25. Draw.StoreLibrary 
  26. Documentation:  Edit.Open DK.Draw.Text
  27.